Skip to content

London | May-2025 | Khilola_Rustamova | Module Structuring and Testing Data | Sprint 2 #631

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

HilolaRustam
Copy link

Learners, PR Template

Self checklist

  • [x ] I have committed my files one by one, on purpose, and for a reason
  • [x ] I have titled my PR with REGION | COHORT_NAME | FIRST_NAME LAST_NAME | PROJ_NAME
  • I have tested my changes
  • [x ] My changes follow the style guide
  • [x ] My changes meet the requirements of this task

Changelist

Briefly explain your PR.

Questions

Ask any questions you have for your reviewer.

@HilolaRustam HilolaRustam added 📅 Sprint 2 Assigned during Sprint 2 of this module Needs Review Participant to add when requesting review labels Jul 1, 2025
@kodnificent kodnificent self-requested a review July 1, 2025 14:59
@kodnificent kodnificent added Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. and removed Needs Review Participant to add when requesting review labels Jul 1, 2025

function square(3) {
return num * num;
}

// =============> write the error message here
Function square(3)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you review again the error message?

Comment on lines 21 to 22
function square(num)
return num*num

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code will look neater using proper syntax. E.g. space between num*num and ending the statement with ;

Also, the function is missing curly braces

Comment on lines 17 to 23


const greating = "Hello there"
console.log (greating.toUpperCase());

const heading = "lord of the rings"
console.log(heading.toUpperCase());

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you move this implementation into a function?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you review this again?

The idea here is to write tests for various input data and edge cases, as well as to fix any bugs you find.

The test cases are missing.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most of the files are missing Predictions, where it's required for you to write your prediction first.

@kodnificent kodnificent added Reviewed Volunteer to add when completing a review and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Jul 2, 2025
@HilolaRustam HilolaRustam added Needs Review Participant to add when requesting review and removed Reviewed Volunteer to add when completing a review labels Jul 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review Participant to add when requesting review 📅 Sprint 2 Assigned during Sprint 2 of this module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants